/status/ssl/profile//protocolDisableList/origin

Use

Use to view where the parent node gets its data key value. See [Origin Nodes]( https://docs.lineratesystems.com/093Release_2.5/250REST_API_Reference_Guide/00 0Getting_Started_with_the_REST_API/300Understanding_the_REST_Hierarchy#Origin_ Nodes).

Parameters

name: Name of profile object

Data Key

The data key contains where the parent node gets its value. The data key can be one of the following:

  • Object name
  • Base name
  • default

See [Origin Nodes](https://docs.lineratesystems.com/093Release_2.5/250REST_API _Reference_Guide/000Getting_Started_with_the_REST_API/300Understanding_the_RES T_Hierarchy#Origin_Nodes).

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/ssl/profile/sp -01/protocolDisableList/origin

GET Response

{"/status/ssl/profile/sp-01/protocolDisableList/origin": {"data": "default",
                                                           "default": False,
                                                           "defaultAllowed": False,
                                                           "deleteAllowed": False,
                                                           "numChildren": 0,
                                                           "redacted": False,
                                                           "sensitive": False,
                                                           "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ssl/profile/sp-01/protocolDisableList/origin"}
  1. /status/ssl/profile//protocolDisableList/origin 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples